Multi-tenant commerce gateway for AI shopping. Connect once, shop any store on the ComOS network. 17 commerce tools for catalog search, cart management, orders, and inventory. Supports dynamic tenant discovery - AI agents can browse and buy from multiple storefronts through a single MCP connection.
Overview
Features
- 17 commerce tools (catalog, cart, orders, inventory)
- Multi-tenant: one connection, all stores
- Dynamic tenant discovery
- Stateless JWT sessions
- Guest shopping support
Quick Start
Connect to https://mcp.comos-federation.com/mcp/sse and use federation_list_tenants to discover available stores.
Server Config
{
"mcpServers": {
"comos-federation": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.comos-federation.com/mcp/sse"
]
}
}
}